home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / CalculatedField.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  840 b   |  63 lines

  1. EditorController = {
  2.     ACTIONS = {
  3.     runModalFor:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     box3;
  9.     box2;
  10.     window;
  11.     appIconButton;
  12.     okRevertMatrix;
  13.     box4;
  14.     mainTitle;
  15.     text3;
  16.     text1;
  17.     box1;
  18.     text2;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. CalculatedFieldController = {
  23.     ACTIONS = {
  24.     revert:;
  25.     ok:;
  26.     };
  27.     OUTLETS = {
  28.     fieldsMatrix;
  29.     recordDescriptor;
  30.     formulaField;
  31.     box5;
  32.     fieldTypeButton;
  33.     clearButton;
  34.     fieldNameField;
  35.     fieldDescriptor;
  36.     cannedFormulaMatrix;
  37.     };
  38.     SUPERCLASS = EditorController;
  39. };
  40. FirstResponder = {
  41.     ACTIONS = {
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45. ShellText = {
  46.     ACTIONS = {
  47.     clearFormula:;
  48.     enterBinop:;
  49.     enterTab:;
  50.     enterFieldName:;
  51.     selectPrevField:;
  52.     enterVar:;
  53.     enterReturn:;
  54.     execute:;
  55.     enterSpecial:;
  56.     enterCommand:;
  57.     enterParens:;
  58.     selectNextField:;
  59.     enterFunction:;
  60.     };
  61.     SUPERCLASS = Text;
  62. };
  63.